ShowPartFrameInfo
TheShowPartFrameInfo
method displays the Part Info dialog box in response to a user selection from the Edit menu.
ODBoolean ShowPartFrameInfo (in ODFacet facet, in ODBoolean allowEditing);
facet
- A reference to the facet that indicates the window to display the Part Info dialog box in. The facet's frame and part indicate which part's user properties should be displayed and edited.
allowEditing
- kODTrue if the part allows editing, otherwise
kODFalse
.- return value
kODTrue
if the user clicked OK to leave the Part Info dialog box, otherwisekODFalse
.DISCUSSION
You call this method in your part'sHandleEvent
method when the user selects the Part Info item from the Edit menu and the current selection is an embedded frame border.SEE ALSO
TheODPart::HandleEvent
method (page 526).
"Selection Info" on page 252 in OpenDoc Programmer's Guide.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help